home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / lib / Makefile.in < prev    next >
Makefile  |  1997-01-26  |  10KB  |  316 lines

  1. # Makefile.in generated automatically by automake 1.1l from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40. YACC = @YACC@
  41. GENCAT = @GENCAT@
  42. PERL = @PERL@
  43. MV = @MV@
  44. GMSGFMT = @GMSGFMT@
  45. CC = @CC@
  46. RANLIB = @RANLIB@
  47. LN = @LN@
  48. RM = @RM@
  49.  
  50. noinst_LIBRARIES = libfu.a
  51.  
  52. EXTRA_DIST = mkdir.c rmdir.c getline.c mktime.c strftime.c getgroups.c
  53.  
  54. INCLUDES = -I.. -I$(srcdir) -I../intl
  55.  
  56. libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
  57. argmatch.c backupfile.c dirname.c filemode.c \
  58. full-write.c getversion.c idcache.c \
  59. isdir.c long-options.c makepath.c modechange.c path-concat.c \
  60. safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
  61. xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
  62.  
  63. libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
  64. libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
  65.  
  66. noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
  67. getdate.h getline.h getopt.h group-member.h long-options.h \
  68. makepath.h modechange.h mountlist.h path-concat.h pathmax.h \
  69. save-cwd.h xstrtol.h xstrtoul.h
  70.  
  71. BUILT_SOURCES = getdate.c posixtm.c
  72. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  73. CONFIG_HEADER = ../config.h
  74. CONFIG_CLEAN_FILES = 
  75. LIBRARIES =  $(noinst_LIBRARIES)
  76.  
  77.  
  78. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  79. CPPFLAGS = @CPPFLAGS@
  80. LDFLAGS = @LDFLAGS@
  81. LIBS = @LIBS@
  82. libfu_a_OBJECTS =  getdate.o posixtm.o getopt.o getopt1.o argmatch.o \
  83. backupfile.o dirname.o filemode.o full-write.o getversion.o idcache.o \
  84. isdir.o long-options.o makepath.o modechange.o path-concat.o \
  85. safe-read.o save-cwd.o savedir.o stripslash.o userspec.o xgetcwd.o \
  86. xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
  87. AR = ar
  88. INTERLOCK = ./interlock
  89. YLWRAP = ./ylwrap
  90. CFLAGS = @CFLAGS@
  91. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  92. LINK = $(CC) $(LDFLAGS) -o $@
  93. HEADERS =  $(noinst_HEADERS)
  94.  
  95. DIST_COMMON =  Makefile.am Makefile.in alloca.c basename.c error.c \
  96. error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c \
  97. getdate.c getgroups.c getline.c group-member.c interlock memcmp.c \
  98. memcpy.c memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h \
  99. posixtm.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stpcpy.c \
  100. strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c strtoul.c \
  101. ylwrap
  102.  
  103.  
  104. PACKAGE = @PACKAGE@
  105. VERSION = @VERSION@
  106.  
  107. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
  108.     $(TEXINFOS) $(MANS) $(EXTRA_DIST)
  109.  
  110. TAR = tar
  111. SOURCES = $(libfu_a_SOURCES)
  112. OBJECTS = $(libfu_a_OBJECTS)
  113.  
  114. default: all
  115.  
  116. .SUFFIXES:
  117. .SUFFIXES: .c .o .y
  118. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
  119.     cd $(top_srcdir) && automake --gnits lib/Makefile
  120.  
  121. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  122.     cd $(top_builddir) \
  123.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  124.  
  125.  
  126. mostlyclean-noinstLIBRARIES:
  127.  
  128. clean-noinstLIBRARIES:
  129.     test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  130.  
  131. distclean-noinstLIBRARIES:
  132.  
  133. maintainer-clean-noinstLIBRARIES:
  134.  
  135. .c.o:
  136.     $(COMPILE) -c $<
  137.  
  138. mostlyclean-compile:
  139.     rm -f *.o core
  140.  
  141. clean-compile:
  142.  
  143. distclean-compile:
  144.     rm -f *.tab.c
  145.  
  146. maintainer-clean-compile:
  147. $(libfu_a_OBJECTS): ../config.h
  148.  
  149. libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
  150.     rm -f libfu.a
  151.     $(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_LIBADD)
  152.     $(RANLIB) libfu.a
  153. .y.c:
  154.     $(SHELL) $(INTERLOCK) =yacclockdir $(YLWRAP) "$(YACC)" y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS) $<
  155.  
  156. tags: TAGS
  157.  
  158. ID: $(HEADERS) $(SOURCES)
  159.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  160.  
  161. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  162.     tags=; \
  163.     here=`pwd`; \
  164.     list="$(SUBDIRS)"; for subdir in $$list; do \
  165.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  166.     done; \
  167.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  168.       || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS
  169.  
  170. mostlyclean-tags:
  171.  
  172. clean-tags:
  173.  
  174. distclean-tags:
  175.     rm -f TAGS ID
  176.  
  177. maintainer-clean-tags:
  178.  
  179. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  180.  
  181. subdir = lib
  182. distdir: $(DISTFILES)
  183.     @for file in $(DISTFILES); do \
  184.       d=$(srcdir); \
  185.       test -f $(distdir)/$$file \
  186.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  187.       || cp -p $$d/$$file $(distdir)/$$file; \
  188.     done
  189. alloca.o alloca.lo: alloca.c ../config.h
  190. argmatch.o argmatch.lo: argmatch.c ../config.h
  191. backupfile.o backupfile.lo: backupfile.c ../config.h backupfile.h
  192. basename.o basename.lo: basename.c ../config.h
  193. dirname.o dirname.lo: dirname.c ../config.h
  194. error.o error.lo: error.c ../config.h error.h
  195. euidaccess.o euidaccess.lo: euidaccess.c ../config.h
  196. fileblocks.o fileblocks.lo: fileblocks.c ../config.h
  197. filemode.o filemode.lo: filemode.c ../config.h
  198. fnmatch.o fnmatch.lo: fnmatch.c ../config.h fnmatch.h
  199. fsusage.o fsusage.lo: fsusage.c ../config.h fsusage.h
  200. ftruncate.o ftruncate.lo: ftruncate.c ../config.h
  201. full-write.o full-write.lo: full-write.c ../config.h
  202. getdate.o getdate.lo: getdate.c ../config.h getdate.h
  203. getgroups.o getgroups.lo: getgroups.c ../config.h
  204. getline.o getline.lo: getline.c ../config.h
  205. getopt.o getopt.lo: getopt.c ../config.h getopt.h
  206. getopt1.o getopt1.lo: getopt1.c ../config.h getopt.h
  207. getversion.o getversion.lo: getversion.c ../config.h backupfile.h
  208. group-member.o group-member.lo: group-member.c ../config.h \
  209.     group-member.h
  210. idcache.o idcache.lo: idcache.c ../config.h
  211. isdir.o isdir.lo: isdir.c ../config.h
  212. long-options.o long-options.lo: long-options.c ../config.h getopt.h \
  213.     long-options.h
  214. makepath.o makepath.lo: makepath.c ../config.h makepath.h
  215. memcmp.o memcmp.lo: memcmp.c ../config.h
  216. memcpy.o memcpy.lo: memcpy.c ../config.h
  217. memset.o memset.lo: memset.c
  218. mkdir.o mkdir.lo: mkdir.c ../config.h
  219. mktime.o mktime.lo: mktime.c ../config.h
  220. modechange.o modechange.lo: modechange.c ../config.h modechange.h
  221. mountlist.o mountlist.lo: mountlist.c ../config.h mountlist.h
  222. obstack.o obstack.lo: obstack.c obstack.h ../config.h
  223. path-concat.o path-concat.lo: path-concat.c ../config.h
  224. posixtm.o posixtm.lo: posixtm.c ../config.h
  225. regex.o regex.lo: regex.c ../config.h
  226. rename.o rename.lo: rename.c ../config.h
  227. rmdir.o rmdir.lo: rmdir.c ../config.h
  228. rpmatch.o rpmatch.lo: rpmatch.c ../config.h
  229. rx.o rx.lo: rx.c ../config.h
  230. safe-read.o safe-read.lo: safe-read.c ../config.h
  231. save-cwd.o save-cwd.lo: save-cwd.c ../config.h save-cwd.h error.h
  232. savedir.o savedir.lo: savedir.c ../config.h
  233. stpcpy.o stpcpy.lo: stpcpy.c ../config.h
  234. strcasecmp.o strcasecmp.lo: strcasecmp.c ../config.h
  235. strdup.o strdup.lo: strdup.c ../config.h
  236. strftime.o strftime.lo: strftime.c ../config.h
  237. stripslash.o stripslash.lo: stripslash.c ../config.h
  238. strndup.o strndup.lo: strndup.c ../config.h
  239. strstr.o strstr.lo: strstr.c
  240. strtol.o strtol.lo: strtol.c ../config.h
  241. strtoul.o strtoul.lo: strtoul.c strtol.c ../config.h
  242. userspec.o userspec.lo: userspec.c ../config.h
  243. xgetcwd.o xgetcwd.lo: xgetcwd.c ../config.h pathmax.h
  244. xmalloc.o xmalloc.lo: xmalloc.c ../config.h error.h
  245. xstrdup.o xstrdup.lo: xstrdup.c ../config.h
  246. xstrtol.o xstrtol.lo: xstrtol.c ../config.h xstrtol.h
  247. xstrtoul.o xstrtoul.lo: xstrtoul.c xstrtol.c ../config.h xstrtol.h
  248. yesno.o yesno.lo: yesno.c ../config.h
  249.  
  250. info:
  251. dvi:
  252. check: all
  253.     $(MAKE)
  254. installcheck:
  255. install-exec: 
  256.     $(NORMAL_INSTALL)
  257.  
  258. install-data: 
  259.     $(NORMAL_INSTALL)
  260.  
  261. install: install-exec install-data all
  262.     @:
  263.  
  264. uninstall: 
  265.  
  266. all: $(LIBRARIES) $(BUILT_SOURCES) $(HEADERS) Makefile
  267.  
  268. install-strip:
  269.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  270. installdirs:
  271.  
  272.  
  273. mostlyclean-generic:
  274.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  275.  
  276. clean-generic:
  277.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  278.  
  279. distclean-generic:
  280.     rm -f Makefile $(DISTCLEANFILES)
  281.     rm -f config.cache config.log stamp-h
  282.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  283.  
  284. maintainer-clean-generic:
  285.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  286.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  287. mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  288.         mostlyclean-tags mostlyclean-generic
  289.  
  290. clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
  291.         mostlyclean
  292.  
  293. distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
  294.         distclean-generic clean
  295.     rm -f config.status
  296.  
  297. maintainer-clean:  maintainer-clean-noinstLIBRARIES \
  298.         maintainer-clean-compile maintainer-clean-tags \
  299.         maintainer-clean-generic distclean
  300.     @echo "This command is intended for maintainers to use;"
  301.     @echo "it deletes files that may require special tools to rebuild."
  302.  
  303. .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  304. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  305. mostlyclean-compile distclean-compile clean-compile \
  306. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  307. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  308. install-exec install-data install uninstall all installdirs \
  309. mostlyclean-generic distclean-generic clean-generic \
  310. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  311.  
  312.  
  313. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  314. # Otherwise a system limit (for SysV at least) may be exceeded.
  315. .NOEXPORT:
  316.